go/parser.parser.printTrace (method)

6 uses

	go/parser (current package)
		parser.go#L91: func (p *parser) printTrace(a ...any) {
		parser.go#L107: 	p.printTrace(msg, "(")
		parser.go#L115: 	p.printTrace(")")
		parser.go#L146: 			p.printTrace(s, p.lit)
		parser.go#L148: 			p.printTrace("\"" + s + "\"")
		parser.go#L150: 			p.printTrace(s)